Support :: references to properties in frontend
#KT-1183 In Progress
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A(var g: A) {
|
||||
val f: Int = 0
|
||||
|
||||
fun test() {
|
||||
::f : KMemberProperty<A, Int>
|
||||
::g : KMutableMemberProperty<A, A>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user