Test no exact delegates were constructed during annotated element search
Add test case for aliased import
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import java.lang.Deprecated as D
|
||||
|
||||
@D class TestClass1 {}
|
||||
|
||||
|
||||
@D fun f()
|
||||
|
||||
class TestClass5 {
|
||||
@D fun g() {}
|
||||
|
||||
@D class innerTestClass() {}
|
||||
}
|
||||
|
||||
// ANNOTATION: java.lang.Deprecated
|
||||
// SEARCH: class:TestClass1, class:innerTestClass, method:f, method:g
|
||||
Reference in New Issue
Block a user