mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
8 lines
142 B
D
8 lines
142 B
D
// COMPILED_IMPORTS: imports/test50a.d
|
|
// PERMUTE_ARGS:
|
|
|
|
import imports.test50a;
|
|
|
|
class Bar : Foo {
|
|
alias typeof(Foo.tupleof) Bleh;
|
|
}
|