blob: dbcf02d194a31283dcfd79a0db0ff485d52a9025 [file] [log] [blame]
fun <T> test(a: Int) = { a: Int -> a }
class Test<T>
fun foo() {
test<Int>(12)
}