[Test] Add test for KT-55338

This commit is contained in:
Dmitriy Novozhilov
2022-12-07 14:15:39 +02:00
committed by teamcity
parent a3768b9185
commit 44fd9ddf85
7 changed files with 234 additions and 0 deletions
@@ -0,0 +1,12 @@
package
public fun getNullableString(): kotlin.String?
public fun getString(): kotlin.String
public fun noInlineRun(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
public fun test_1(): kotlin.Unit
public fun test_2_1(): kotlin.Unit
public fun test_2_2(): kotlin.Unit
public fun test_3_1(): kotlin.Unit
public fun test_3_2(): kotlin.Unit
public fun test_4_1(): kotlin.Unit
public fun test_4_2(): kotlin.Unit