Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0080-1.boo
blob9de91e9a7a9baf1857622207310313837543ec05
1 """
2 BCE0080-1.boo(5,5): BCE0080: 'len' built-in function cannot be used as an expression.
3 BCE0080-1.boo(6,7): BCE0080: '__addressof__' built-in function cannot be used as an expression.
4 """
5 a = len
6 print(__addressof__)