Fix null not working with comparisons.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
enum Handle:
|
||||
{
|
||||
}
|
||||
|
||||
methodmap Handle __nullable__
|
||||
{
|
||||
}
|
||||
|
||||
methodmap StringMap < Handle
|
||||
{
|
||||
}
|
||||
|
||||
native Log(const char[] fmt, any:...)
|
||||
|
||||
public main()
|
||||
{
|
||||
StringMap f
|
||||
Log("hello %d", f != null)
|
||||
}
|
||||
Reference in New Issue
Block a user