1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

mHadValidateErrors propagation fix

This commit is contained in:
Brian Fiete 2025-03-23 07:49:01 -04:00
parent 0e79860ba9
commit 81a9478e77
3 changed files with 32 additions and 3 deletions

View file

@ -150,6 +150,8 @@ namespace IDETest
TestExt<int>.InnerB<int> c;
TestExt<int>.InnerC d;
TestExt<float>.InnerC e; //FAIL
List<String?> badArgType; //FAIL
}
}
}