From 5abc0628058a318782c46614d943c034711845c6 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 6 Feb 2020 18:09:02 +0000 Subject: Add forgotten test outputs --- dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt (limited to 'dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt') diff --git a/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt b/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt new file mode 100644 index 0000000..7edef95 --- /dev/null +++ b/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt @@ -0,0 +1,7 @@ +Type error: error: annot mismatch: (Example.default ⫽ { name = True } : { id : Optional Natural, name : Bool }) : { id : Optional Natural, name : Text } + --> :1:4 + | +... +6 | in Example::{ name = True } + | ^^^^^^^^^^^^^^^^^^^^^^^^ annot mismatch: (Example.default ⫽ { name = True } : { id : Optional Natural, name : Bool }) : { id : Optional Natural, name : Text } + | -- cgit v1.2.3