| Index: test/piece2.dart
|
| diff --git a/test/piece2.dart b/test/piece2.dart
|
| index a474fca51ba4a7977644da38ba7686abea246fa6..e08aaac30092125ad4e89c468819d1790970556a 100644
|
| --- a/test/piece2.dart
|
| +++ b/test/piece2.dart
|
| @@ -10,29 +10,21 @@ import 'package:smoke/static.dart' show useGeneratedCode, StaticConfiguration;
|
| import 'common.dart' as smoke_0;
|
|
|
| final configuration = new StaticConfiguration(
|
| - checkedMode: false,
|
| - getters: {
|
| - #j2: (o) => o.j2,
|
| - },
|
| - setters: {
|
| - #j2: (o, v) { o.j2 = v; },
|
| - },
|
| + checkedMode: false, getters: {#j2: (o) => o.j2,}, setters: {
|
| + #j2: (o, v) {
|
| + o.j2 = v;
|
| + },
|
| +},
|
| parents: {},
|
| declarations: {
|
| - smoke_0.A: {},
|
| - smoke_0.B: {
|
| - #a: const Declaration(#a, smoke_0.A),
|
| - },
|
| - smoke_0.K: {
|
| - #k: const Declaration(#k, int, annotations: const [const smoke_0.AnnotC(named: true)]),
|
| - #k2: const Declaration(#k2, int, annotations: const [const smoke_0.AnnotC()]),
|
| - },
|
| - },
|
| - staticMethods: {
|
| - smoke_0.A: {
|
| - #staticInc: smoke_0.A.staticInc,
|
| - },
|
| - },
|
| - names: {
|
| - #i: r'i',
|
| - });
|
| + smoke_0.A: {},
|
| + smoke_0.B: {#a: const Declaration(#a, smoke_0.A),},
|
| + smoke_0.K: {
|
| + #k: const Declaration(#k, int,
|
| + annotations: const [const smoke_0.AnnotC(named: true)]),
|
| + #k2: const Declaration(#k2, int,
|
| + annotations: const [const smoke_0.AnnotC()]),
|
| + },
|
| +},
|
| + staticMethods: {smoke_0.A: {#staticInc: smoke_0.A.staticInc,},},
|
| + names: {#i: r'i',});
|
|
|