Files
kotlin-fork/idea/testData/intentions/convertPropertyToFunction/propertyCallGroovy.kt
T
2015-02-05 23:12:38 +03:00

5 lines
143 B
Kotlin
Vendored

// SHOULD_FAIL_WITH: Can't replace foreign reference with call expression: test.TestPackage.bar
package test
val <caret>bar: Int
get() = 1