diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/valAddCustomAccessor/build.log b/jps/jps-plugin/testData/incremental/pureKotlin/valAddCustomAccessor/build.log index 0390b000838..71e16b9f6bb 100644 --- a/jps/jps-plugin/testData/incremental/pureKotlin/valAddCustomAccessor/build.log +++ b/jps/jps-plugin/testData/incremental/pureKotlin/valAddCustomAccessor/build.log @@ -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 \ No newline at end of file +Smart cast to 'kotlin.Int' is impossible, because 'a.x' is a property that has open or custom getter \ No newline at end of file diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/valRemoveCustomAccessor/build.log b/jps/jps-plugin/testData/incremental/pureKotlin/valRemoveCustomAccessor/build.log index d998319baf2..2a97dbd6a90 100644 --- a/jps/jps-plugin/testData/incremental/pureKotlin/valRemoveCustomAccessor/build.log +++ b/jps/jps-plugin/testData/incremental/pureKotlin/valRemoveCustomAccessor/build.log @@ -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: