IDEA: test the plugin's ability to parse correct JSR-045 data

This commit is contained in:
pyos
2020-05-14 12:31:08 +02:00
committed by max-kammerer
parent c51c537504
commit 73e91af792
4 changed files with 22 additions and 2 deletions
@@ -3,6 +3,7 @@ fun box() {
}
inline fun foo() {
val unused = 1
null!!
}
@@ -0,0 +1,13 @@
fun box() {
foo()
}
inline fun foo() {
val unused = 1
null!!
}
// !LANGUAGE: +CorrectSourceMappingSyntax
// NAVIGATE_TO_CALL_SITE
// FILE: inlineFunCallSiteNewSmapSyntax.kt
// LINE: 2