blob: d4377bc5a164c4fcec424bba8bf90a4095e099a3 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test() void {
dynamic a = 5;
core::String b = a.toString();
b = let final dynamic #t1 = let<BottomType> _ = null in invalid-expression "pkg/front_end/testcases/bug32414a.dart:8:7: Error: A value of type 'dart.core::int' can't be assigned to a variable of type 'dart.core::String'.
Try changing the type of the left hand side, or casting the right hand side to 'dart.core::String'.
b = 42;
^" in let final core::int #t2 = 42 in null;
}
static method main() → void {}