blob: 231e0881f84d839982fb5337325dc1a2e67bd578 [file]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/inline_class/representation.dart:19:13: Error: 'instanceField' is already declared in this scope.
// final int instanceField;
// ^^^^^^^^^^^^^
// pkg/front_end/testcases/inline_class/representation.dart:18:14: Context: Previous declaration of 'instanceField'.
// final bool instanceField;
// ^^^^^^^^^^^^^
//
import self as self;
import "dart:core" as core;
view Missing /* representationType = invalid-type */ {
}
view Static /* representationType = core::bool */ {
static field staticField = self::Static|staticField;
}
view Multiple /* representationType = core::bool */ {
}
view Duplicate /* representationType = core::bool */ {
}
static field core::int Static|staticField = 42;