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
@@ -1,7 +1,5 @@
|
||||
package deprecated;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
@kotlin.Metadata()
|
||||
@java.lang.Deprecated()
|
||||
@@ -12,8 +10,6 @@ public abstract @interface Anno {
|
||||
|
||||
package deprecated;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@Anno()
|
||||
@kotlin.Metadata()
|
||||
@java.lang.Deprecated()
|
||||
|
||||
Reference in New Issue
Block a user