Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
basic
/
common
/
ExtensionToIntInFloatStyle.kt
blob: 1a6e71869ff7da42c995dbc174f15ef3a33f57b0 [
file
] [
log
] [
blame
]
val
Int
.
f
:
Float
get
()
=
this
.
toFloat
()
val test
=
1.
<caret>
// INVOCATION_COUNT: 1
// EXIST: f