mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Use module to resolve annotation classes in AnnotationDescriptorLoader
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
class A {
|
||||
annotation class Anno
|
||||
}
|
||||
|
||||
A.Anno class B {
|
||||
A.Anno fun f() {}
|
||||
}
|
||||
Reference in New Issue
Block a user