blob: 4fec2278c6bd6d5237640da8fee28fb5802966c0 [file] [log] [blame]
class A {
@pragma('vm:never-inline')
String foo() {}
double? f2;
int? f1;
}
void main() {}