Checked that auto-import works for extension properties
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package test.data
|
||||
|
||||
val String.someVal: Int get() = 1
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
package test.data
|
||||
|
||||
val String.someVal: Int get() = 1
|
||||