blob: 9576b564bb1ae23afc36e88b4fb8ce5e6eb44f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
EXTRA_FILES: imports/a15816.d
TEST_OUTPUT:
---
fail_compilation/imports/a15816.d(3): Error: anonymous classes not allowed
---
*/
class A
{
import imports.a15816;
}
|