blob: 46d7222c5b46a03b7f7819a444d013c8e58f7e9e [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/error_recovery/issue_39230.crash_dart:3:5: Error: Expected '{' before this.
// /
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39230.crash_dart:3:5: Error: Operator declarations must be preceded by the keyword 'operator'.
// Try adding the keyword 'operator'.
// /
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39230.crash_dart:3:5: Error: A method declaration needs an explicit list of parameters.
// Try adding a parameter list to the method declaration.
// /
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39230.crash_dart:3:5: Error: The name of a constructor must match the name of the enclosing class.
// /
// ^
//
// pkg/front_end/testcases/general/error_recovery/issue_39230.crash_dart:3:5: Error: Operator '/' should have exactly one parameter.
// /
// ^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() self::C*
;
constructor /() self::C*
;
}