Correct resolution of inherited default members on external interfaces
[boo.git] / tests / testcases / errors / BCE0022-2.boo
blob727977e182406377a1dde41540d31002a36767a4
1 """
2 BCE0022-2.boo(7,20): BCE0022: Cannot convert 'int' to 'string'.
3 """
4 class Person:
5 Name as string:
6 get:
7 return 3