Added navigation to source of constructor.

#KT-3168 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-12-18 17:12:31 +04:00
parent 32699133cd
commit 5bdd68e502
4 changed files with 19 additions and 2 deletions
@@ -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