abca7107a7
(cherry picked from commit e78c26a)
5 lines
152 B
Kotlin
Vendored
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 |