Make redundant null check optimization independent of boxing optimization algorithm.
Run DCE after each single redundant null check optimization pass.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt7774Kt {
|
||||
private static field flag: boolean
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public synthetic static method foo$default(p0: java.lang.String, p1: int, p2: java.lang.Object): void
|
||||
public final static method foo(@org.jetbrains.annotations.Nullable p0: java.lang.String): void
|
||||
public final static method getFlag(): boolean
|
||||
public final static method setFlag(p0: boolean): void
|
||||
}
|
||||
Reference in New Issue
Block a user