Added navigation to source of constructor.
#KT-3168 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import testData.libraries.*
|
||||
|
||||
val x: ClassWithConstructor = ClassWithConstructor("abc", 239)
|
||||
|
||||
// main.kt
|
||||
//public class <1><2>ClassWithConstructor(val a: String, b: Any)
|
||||
Reference in New Issue
Block a user