mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Error text fix
This commit is contained in:
parent
ec8d666356
commit
8bc5d09787
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace IDETest
|
|||
|
||||
void MethodB()
|
||||
{
|
||||
function void() f = => MethodA<T2>; //FAIL Method 'IDETest.Generics.ClassA<T1, T2>.MethodA<T2>(int a)' does not match function 'function void()'
|
||||
function void() f = => MethodA<T2>; //FAIL Method 'void IDETest.Generics.ClassA<T1, T2>.MethodA<T2>(int a)' does not match function 'function void()'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue