7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
//@error
|
|
//assigning mismatched polymorphic types
|
|
|
|
export void foo(floating$0 bar) {
|
|
floating baz = bar;
|
|
}
|