mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Support package level annotations in Java
#KT-10942 In Progress
This commit is contained in:
5
compiler/testData/loadJavaPackageAnnotations/test/A.java
vendored
Normal file
5
compiler/testData/loadJavaPackageAnnotations/test/A.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package test;
|
||||
|
||||
public class A {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user