mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 04:55:58 +02:00
Merged comptime reflection info into normal reflection data types
This commit is contained in:
parent
b0c6dd7e43
commit
e7f0b21cf6
20 changed files with 432 additions and 453 deletions
|
@ -362,7 +362,7 @@ namespace Tests
|
|||
public static String gLog = new .() ~ delete _;
|
||||
|
||||
[Comptime]
|
||||
public void ApplyToMethod(ComptimeMethodInfo method)
|
||||
public void ApplyToMethod(MethodInfo method)
|
||||
{
|
||||
Compiler.EmitMethodEntry(method, "int b = 2;");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue