Diagnostics corrected for smart cast impossible

Original commit: 03287d5d66
This commit is contained in:
Mikhail Glukhikh
2015-11-16 15:09:24 +03:00
parent a3fd9b8209
commit 97f2891ae9
2 changed files with 2 additions and 2 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: