bolt/test/checker/test_equality_tapp.bolt

10 lines
123 B
Text

enum List a.
Nil
Pair a (List a)
let x : List Int
@expect_diagnostic 2010
let y : List Bool = x
let z : List String