6 lines
85 B
XML
6 lines
85 B
XML
//@ ignore-test (auxiliary, used by other tests)
|
|
|
|
trait Foo { }
|
|
|
|
type Bar = dyn Foo;
|