blob: 2a9a25895352748c01720953acf5fbbf03cc760a [file] [log] [blame]
class A {
}
mixin B<inout X, out Y, in Z> on A {
}
main() { }