kotlin.annotation.Target / Retention have now more priority than same java classes if import java.lang.annotation.* is available
This commit is contained in:
@@ -240,6 +240,11 @@ public class KotlinBuiltIns {
|
||||
return builtinsPackageFragment.getMemberScope();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public JetScope getAnnotationPackageScope() {
|
||||
return annotationPackageFragment.getMemberScope();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// GET CLASS
|
||||
|
||||
Reference in New Issue
Block a user