Intentions: function <-> property conversion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// SHOULD_FAIL_WITH: Method J.foo() already exists
|
||||
package test
|
||||
|
||||
open class A {
|
||||
open val <caret>foo: Int = 1
|
||||
}
|
||||
Reference in New Issue
Block a user