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";
|
|
|
|
// ----
|
2020-06-19 00:26:46 +00:00
|
|
|
// DeclarationError 2333: (c:31-32): Identifier already declared.
|