[Wasm] Major compiler and stdlib update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
class C(val x: String)
|
||||
|
||||
fun <T1 : C, T2 : T1> foo(x: T2): String =
|
||||
x.x
|
||||
|
||||
fun box(): String {
|
||||
return foo(C("OK"))
|
||||
}
|
||||
Reference in New Issue
Block a user