Diagnostics corrected for smart cast impossible
Original commit: 03287d5d66
This commit is contained in:
@@ -12,4 +12,4 @@ Compiling files:
|
|||||||
src/usage.kt
|
src/usage.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
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
|
src/usage.kt
|
||||||
End of files
|
End of files
|
||||||
COMPILATION FAILED
|
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:
|
Cleaning output files:
|
||||||
|
|||||||
Reference in New Issue
Block a user