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