[LL API] Add tests for FIR tree guards
^KT-59297 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
import broken.lib.Foo
|
||||
|
||||
fun test() {
|
||||
buildList {
|
||||
add(1)
|
||||
add(Foo("foo", 1).result)
|
||||
}
|
||||
}
|
||||
|
||||
fun <T> consume(a: T) {}
|
||||
Reference in New Issue
Block a user