8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
// FLOW: OUT
|
|
|
|
expect val Int.property: Any
|
|
|
|
fun bar() {
|
|
val result = <caret>1.property
|
|
println(result)
|
|
} |