Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/kt33197.txt
T
Mikhail Zarechenskiy ca8da22569 [NI] Improve CST algorithm to handle non-fixed variables
#KT-32456 Fixed
 #KT-32423 Fixed
 #KT-32818 Fixed
 #KT-33197 Fixed
2019-10-31 11:32:00 +03:00

6 lines
204 B
Plaintext
Vendored

package
public fun </*0*/ T> emptyList(): kotlin.collections.List<T>
public fun </*0*/ T> mutableListOf(): kotlin.collections.MutableList<T>
public fun test(/*0*/ condition: kotlin.Boolean): kotlin.Unit