2019-08-16 13:12:26 +00:00
|
|
|
==== Source: a ====
|
|
|
|
library A {}
|
|
|
|
==== Source: b ====
|
|
|
|
library A {}
|
|
|
|
==== Source: c ====
|
|
|
|
import {A} from "./a"; import {A} from "./b";
|
|
|
|
// ----
|
2019-09-25 12:14:44 +00:00
|
|
|
// DeclarationError: (c:31-32): Identifier already declared.
|