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