Show expect / actual gutter even for incomplete compatibility

So #KT-18445 Fixed
So #KT-21115 Fixed
This commit is contained in:
Mikhail Glukhikh
2018-01-31 19:27:45 +03:00
parent a2a3043607
commit 3ba6b70f73
6 changed files with 19 additions and 6 deletions
@@ -2,6 +2,10 @@ expect class <lineMarker>Header</lineMarker> {
fun <lineMarker>foo</lineMarker>(): Int
}
expect class <lineMarker>Incomplete</lineMarker> {
fun foo(): Int
}
expect fun <lineMarker>foo</lineMarker>(arg: Int): String
expect val <lineMarker>flag</lineMarker>: Boolean