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
-8
@@ -1,5 +1,3 @@
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Boo {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -25,8 +23,6 @@ public final class Boo {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Foo {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -122,8 +118,6 @@ public final class Foo {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class HavingState {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -220,8 +214,6 @@ public final class HavingState {
|
||||
////////////////////
|
||||
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public enum State {
|
||||
/*public static final*/ START /* = new State() */,
|
||||
|
||||
Reference in New Issue
Block a user