KAPT: Skip importing java.lang.System in the stubs

This fixes KT-43117
This commit is contained in:
Nicklas Ansman Giertz
2022-09-15 16:39:42 -04:00
committed by Alexander Udalov
parent b009ee3744
commit 22ab43838b
137 changed files with 3 additions and 816 deletions
@@ -1,7 +1,5 @@
package test;
import java.lang.System;
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
@kotlin.Metadata()
public abstract @interface Anno {
@@ -11,8 +9,6 @@ public abstract @interface Anno {
package test;
import java.lang.System;
@Anno()
@kotlin.Metadata()
@kotlin.Suppress(names = {"UNRESOLVED_REFERENCE"})