Skip to content

Instantly share code, notes, and snippets.

View floitschG's full-sized avatar

Florian Loitsch floitschG

View GitHub Profile
class A<T> {
final T x;
A(this.x);
}
// Currently an easy way to avoid inlining.
// This will change soon!
confuse(x) {
return x;
return x;