"Find Usages": separate Kotlin and Java tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class B extends A {
|
||||
|
||||
}
|
||||
|
||||
interface Y extends X {
|
||||
|
||||
}
|
||||
|
||||
interface U extends Z {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user