Show expression in error when searchUFCS fails

This commit is contained in:
Nick Treleaven 2022-09-05 14:12:47 +01:00 committed by Mathias LANG
parent bca12b6948
commit 3bba66f461
25 changed files with 41 additions and 36 deletions

View file

@ -1,7 +1,7 @@
// EXTRA_OBJC_SOURCES:
/* TEST_OUTPUT:
---
fail_compilation/objc_tupleof.d(16): Error: no property `tupleof` for type `objc_tupleof.Foo`
fail_compilation/objc_tupleof.d(16): Error: no property `tupleof` for `foo` of type `objc_tupleof.Foo`
fail_compilation/objc_tupleof.d(16): `tupleof` is not available for members of Objective-C classes. Please use the Objective-C runtime instead
---
*/