Include ReplaceModifierFix in cleanup #KT-20262 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-09-15 14:56:59 +03:00
committed by Stanislav Erokhin
parent 7849452b66
commit 77f625bfc8
4 changed files with 11 additions and 2 deletions
+4
View File
@@ -112,3 +112,7 @@ object X {
yield::toInt
}
}
header class Expected
impl class Actual
+4
View File
@@ -111,3 +111,7 @@ object X {
`yield`::toInt
}
}
expect class Expected
actual class Actual