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)