Add location string showing where method or property is defined

This commit is contained in:
Nikolay Krasko
2014-05-27 16:08:27 +04:00
parent f1f13d1f2a
commit 3494853cc3
18 changed files with 281 additions and 60 deletions
@@ -20,9 +20,9 @@
a: Int
a: String on Comparable<T>
b: Any
-Enum1 : Enum<Enum1>
FIRST : Enum1
SECOND : Enum1
-Enum1
FIRST
SECOND
extension1() on String: Unit
extension2() on Comparable<T>: Unit
test1(): Unit
@@ -34,7 +34,7 @@
TestWithWhere
testWithWhere(): Unit
Trait
Trait1 : Trait
Trait1
withDefaulArgs(Int = ..., String = ...): Unit
-WithDefaultArgs
a: Int