compile-fail.hxml.stderr 245 B

1234
  1. Test.hx:5: characters 27-37 : error: Bool should be String
  2. Test.hx:5: characters 27-37 : ... have: haxe.ds.Option<Bool>
  3. Test.hx:5: characters 27-37 : ... want: haxe.ds.Option<String>
  4. Test.hx:9: characters 11-12 : Warning : haxe.ds.Option<String>