FIR2IR: add implicit NOT_NULL cast if needed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
eeda48e63e
commit
46cc01602e
@@ -1,5 +1,5 @@
|
||||
public open class NotNullParameter : R|kotlin/Any| {
|
||||
public open fun hi(@R|org/jetbrains/annotations/NotNull|() param: R|kotlin/String|): R|kotlin/Unit|
|
||||
public open fun hi(@R|org/jetbrains/annotations/NotNull|() param: R|@EnhancedNullability kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/NotNullParameter|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user