[FE] Don't fail with exception if ESVisitor tries to visit ESLambda
#KT-45243 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
f3135baba9
commit
74118930b4
+8
@@ -0,0 +1,8 @@
|
||||
package
|
||||
|
||||
@kotlin.contracts.ExperimentalContracts public fun </*0*/ T> assertNotNull(/*0*/ actual: T): kotlin.Unit
|
||||
Returns(WILDCARD) -> actual != null
|
||||
|
||||
@kotlin.contracts.ExperimentalContracts public fun test_1(): kotlin.Unit
|
||||
@kotlin.contracts.ExperimentalContracts public fun test_2(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user