mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Use module to resolve annotation classes in AnnotationDescriptorLoader
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
class object {
|
||||
annotation class Anno1
|
||||
|
||||
class B {
|
||||
annotation class Anno2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
A.Anno1 A.B.Anno2 class C
|
||||
Reference in New Issue
Block a user