blob: 6fe88f1fbc5f9deccebe451fd668e2ad504be4f1 [file]
// WITH_STDLIB
import broken.lib.Foo
fun test() {
buildList {
add(1)
add(Foo("foo", 1).result)
}
}
fun <T> consume(a: T) {}