Add test for KT-19222 to fix behaviour

Issue was fixed together with KT-17374
So #KT-19222 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-09-26 18:30:20 +03:00
parent 5687fe6e39
commit fa23471397
4 changed files with 28 additions and 0 deletions
@@ -0,0 +1 @@
expect fun <lineMarker descr="Has actuals in JVM">foo</lineMarker>(): Int
@@ -0,0 +1,3 @@
// !CHECK_HIGHLIGHTING
actual fun foo() = 42
@@ -0,0 +1,3 @@
// !CHECK_HIGHLIGHTING
fun bar() = foo()