mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
New tests
This commit is contained in:
parent
a4476332fe
commit
cbae124dd5
4 changed files with 94 additions and 5 deletions
|
@ -31,9 +31,17 @@ class LibClassA
|
|||
{
|
||||
return 9;
|
||||
}
|
||||
|
||||
public static int GetVal3(Object obj)
|
||||
{
|
||||
return 30;
|
||||
}
|
||||
}
|
||||
|
||||
class LibClassB
|
||||
{
|
||||
//public uint8* mA = append uint8[10];
|
||||
public static int DoGetVal3<T>(T val)
|
||||
{
|
||||
return LibClassA.GetVal3(val);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue