Add test for specify type explicitly when it can be inferred from getter
#KT-14794 In Progress
This commit is contained in:
@@ -0,0 +1 @@
|
||||
val x<caret> get() = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
val x: Int get() = 1
|
||||
Reference in New Issue
Block a user