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,5 +1,3 @@
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public abstract interface Intf {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -39,8 +37,6 @@ public abstract interface Intf {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public abstract interface IntfWithDefaultImpls {
|
||||
|
||||
@@ -62,8 +58,6 @@ public abstract interface IntfWithDefaultImpls {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public abstract interface IntfWithoutDefaultImpls {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user