blob: 6dde21a5787164da0db1f9e686c7994ebe7fd90c [file]
/methodDeclaration.kt:5:28: error: Function 'assign' used for '=' overload should return 'Unit'
/methodDeclaration.kt:9:36: error: Function 'assign' used for '=' overload should return 'Unit'
/methodDeclaration.kt:16:36: error: Function 'assign' used for '=' overload should return 'Unit'
/methodDeclaration.kt:25:16: error: Function 'assign' used for '=' overload should return 'Unit'
/methodDeclaration.kt:26:16: error: Function 'assign' used for '=' overload should return 'Unit'
/methodDeclaration.kt:35:10: error: 'val' cannot be reassigned.
/methodDeclaration.kt:35:16: error: Assignment type mismatch: actual type is 'Int', but 'IntProperty' was expected.