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)
|
||||
@@ -17,6 +17,6 @@ fun foo() {
|
||||
// return this
|
||||
//}
|
||||
//
|
||||
//public class Pair<A, B>(val first: A, val second: B)
|
||||
//public class <2>Pair<A, B>(val first: A, val second: B)
|
||||
//
|
||||
//public val <T> Pair<T, T>.<2>exProp : String
|
||||
//public val <T> Pair<T, T>.<3>exProp : String
|
||||
Reference in New Issue
Block a user