mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
104 B
D
9 lines
104 B
D
module imports.a13311;
|
|
|
|
import ice13311;
|
|
|
|
class Z
|
|
{
|
|
TextPiece piece;
|
|
this(PieceTree owner) {}
|
|
}
|