Files
kotlin-fork/idea/testData/intentions/convertPropertyToFunction/propertyCallGroovy.kt
T
Pavel V. Talanov abca7107a7 Fix test data for convert function/property to property/function test
(cherry picked from commit e78c26a)
2015-10-19 16:03:17 +03:00

5 lines
152 B
Kotlin
Vendored

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