blob: 5a6614741c7cad6a47f0fb8d81a4d8b2f81a2eb0 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/views/representation.dart:19:13: Error: 'instanceField' is already declared in this scope.
// final int instanceField;
// ^^^^^^^^^^^^^
// pkg/front_end/testcases/views/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::staticField;
}
view Multiple /* representationType = core::bool */ {
}
view Duplicate /* representationType = core::bool */ {
}
static field core::int staticField = 42;