Refactored reference shortening utility (added expression references shortening and rewritten to Kotlin)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun Random(): Int = 1
|
||||
|
||||
class A {
|
||||
val x = <selection>java.util.Random()</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user