FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
enum class X {
|
||||
A
|
||||
}
|
||||
|
||||
annotation class Anno(val args: A.X)
|
||||
|
||||
class B {
|
||||
@Anno(X.A)
|
||||
fun resolveMe() {
|
||||
}
|
||||
|
||||
@Anno(X.A)
|
||||
fun foo() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user