mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-06 08:31:30 +00:00
Initial support of annotation loading at runtime
In order to locate an annotated entity, we need to implement almost the whole Java element model (which will be used anyway for Java descriptor loading)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// SKIP_IN_RUNTIME_TEST because there's no stable way to determine if a field is initialized with a non-null value in runtime
|
||||
|
||||
package test;
|
||||
|
||||
public interface StringConstantInParam {
|
||||
|
||||
Reference in New Issue
Block a user