Files
kotlin-fork/idea/testData/quickfix/migration/migrateJavaAnnotationMethodCall/basicMultiple.after.kt
T
2015-04-23 11:22:39 +03:00

7 lines
106 B
Kotlin

// "Replace method call with property access" "true"
// WITH_RUNTIME
fun foo(ann: Ann) {
ann.value
}