diff --git a/ets2panda/test/compiler/ets/identifierReference13-expected.txt b/ets2panda/test/compiler/ets/identifierReference13-expected.txt index f11520714b1f94145ed7f201a62f27580d7d664b..7d43e0af9523ef64d2643dfbb57fb65f362934f5 100644 --- a/ets2panda/test/compiler/ets/identifierReference13-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference13-expected.txt @@ -973,4 +973,4 @@ } } } -TypeError: Method used in wrong context [identifierReference13.ets:24:20] +TypeError: Property 'foo' does not exist on type 'B' [identifierReference13.ets:24:20] diff --git a/ets2panda/test/compiler/ets/identifierReference8-expected.txt b/ets2panda/test/compiler/ets/identifierReference8-expected.txt index 83755755a33dca855349b06b6c2c0e7a3f439b69..1baf9386c3258a9ced00db8cb9548be5410b90e4 100644 --- a/ets2panda/test/compiler/ets/identifierReference8-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference8-expected.txt @@ -643,4 +643,4 @@ } } } -TypeError: Method used in wrong context [identifierReference8.ets:24:10] +TypeError: Property 'foo' does not exist on type 'A' [identifierReference8.ets:24:10] diff --git a/ets2panda/test/compiler/ets/identifierReference9-expected.txt b/ets2panda/test/compiler/ets/identifierReference9-expected.txt index 353fdd49ca7eaa0236b1c86a5bc47edf77ee72d0..00f370095c7125a97badee42470001bea73681ca 100644 --- a/ets2panda/test/compiler/ets/identifierReference9-expected.txt +++ b/ets2panda/test/compiler/ets/identifierReference9-expected.txt @@ -643,4 +643,4 @@ } } } -TypeError: Method used in wrong context [identifierReference9.ets:24:10] +TypeError: Property 'foo' does not exist on type 'A' [identifierReference9.ets:24:10]