blob: 5083b759cc42df07f6f760ec2ea540357553d505 [file] [log] [blame]
// @dart = 2.9
import 'dart:html';
main() {
new Element.tag('b');
}