bolt/bootstrap/cxx/test/checker/test_equality_tapp.bolt

11 lines
123 B
Text
Raw Normal View History

2023-06-12 16:54:41 +02:00
enum List a.
Nil
Pair a (List a)
let x : List Int
@expect_diagnostic 2010
let y : List Bool = x
let z : List String