Diagnostics corrected for smart cast impossible

This commit is contained in:
Mikhail Glukhikh
2015-11-16 15:09:24 +03:00
parent b4fe62e53e
commit 03287d5d66
5 changed files with 13 additions and 13 deletions
@@ -12,4 +12,4 @@ Compiling files:
src/usage.kt
End of files
COMPILATION FAILED
Smart cast to 'kotlin.Int' is impossible, because 'a.x' is a member value that has open or custom getter
Smart cast to 'kotlin.Int' is impossible, because 'a.x' is a property that has open or custom getter
@@ -6,7 +6,7 @@ Compiling files:
src/usage.kt
End of files
COMPILATION FAILED
Smart cast to 'kotlin.Int' is impossible, because 'a.x' is a member value that has open or custom getter
Smart cast to 'kotlin.Int' is impossible, because 'a.x' is a property that has open or custom getter
Cleaning output files: