Add "Find Usages" tests for local classes/objects
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
fun foo() {
|
||||
public trait T: A
|
||||
|
||||
public object O1: A()
|
||||
|
||||
fun bar() {
|
||||
public object O2: T
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user