bolt/bootstrap/js/compiler/src/test/tuple-access.bolt

5 lines
44 B
Text

let t1 = (1, True)
@:Int t1.0
@:Bool t1.1