7 lines
106 B
Kotlin
Vendored
7 lines
106 B
Kotlin
Vendored
// "Replace method call with property access" "true"
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(ann: Ann) {
|
|
ann.value
|
|
}
|