KAPT: Skip importing java.lang.System in the stubs
This fixes KT-43117
This commit is contained in:
committed by
Alexander Udalov
parent
b009ee3744
commit
22ab43838b
-4
@@ -1,5 +1,3 @@
|
||||
import java.lang.System;
|
||||
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
@kotlin.Metadata()
|
||||
public abstract @interface MyAnnotation {
|
||||
@@ -8,8 +6,6 @@ public abstract @interface MyAnnotation {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Subject {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user