
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 08/Sep/07 12:03 PM
Updated: 08/Sep/07 12:19 PM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
None
|
| Fix Version/s: |
0.8
|
|
class Foo:
public bar = null
print Foo(bar: "foo").bar.ToUpper() # ERROR: 'ToUpper' não é um membro de 'null'
|
|
Description
|
class Foo:
public bar = null
print Foo(bar: "foo").bar.ToUpper() # ERROR: 'ToUpper' não é um membro de 'null' |
Show » |
| There are no comments yet on this issue.
|
|