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

6 lines
44 B
Text
Raw Normal View History

2023-08-11 12:27:28 +02:00
let t1 = (1, True)
@:Int t1.0
@:Bool t1.1