Intentions: function <-> property conversion
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// SHOULD_FAIL_WITH: Can't replace foreign reference with call expression: test.TestPackage.bar
|
||||
package test
|
||||
|
||||
val <caret>bar: Int
|
||||
get() = 1
|
||||
Reference in New Issue
Block a user