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
@@ -4,6 +4,10 @@ expect class Header {
fun foo(): Int
}
expect class Incomplete {
fun foo(): Int
}
expect fun foo(arg: Int): String
expect val flag: Boolean