blob: 268c6683d24712647a3ddf7e61c7ac851a722253 [file] [log] [blame]
class A<T> {
T get current => _current as T;
T? _current;
}
main() {}