namespace std.create.test; try { } try String? { } try Option { } try Result { print("try"); } .catch { type RuntimeError: print("RuntimeError") }? .match { case Some(_): print("Some"), }