[LC] Fixed light classes nullability for Kotlin 1.5
Fixed #KT-44472
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
public final class B /* p.B*/ implements p.I {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final p.I f;
|
||||
|
||||
public B(@org.jetbrains.annotations.NotNull() p.I);// .ctor(p.I)
|
||||
|
||||
Reference in New Issue
Block a user