mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
Show expression in error when searchUFCS
fails
This commit is contained in:
parent
bca12b6948
commit
3bba66f461
25 changed files with 41 additions and 36 deletions
|
@ -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
|
||||
---
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue