Add "Find Usages" tests for local classes/objects

This commit is contained in:
Alexey Sedunov
2013-12-04 18:31:38 +04:00
parent 8981208ac9
commit fb831a9a2a
67 changed files with 639 additions and 1 deletions
@@ -0,0 +1,12 @@
fun foo() {
public trait T: A
public object O1: A()
fun bar() {
public object O2: T
}
}