Get rid of inlineOptions usages in IDE tests

This commit is contained in:
Denis Zharkov
2015-09-23 12:17:07 +03:00
parent e1e3a6c9ad
commit 67486b867b
20 changed files with 41 additions and 29 deletions
@@ -1,10 +1,10 @@
annotation class iHello
annotation class SHello
val v = 1
fun foo(@[i<caret>) { }
fun foo(@[S<caret>) { }
// INVOCATION_COUNT: 1
// EXIST: iHello
// EXIST: inlineOptions
// EXIST: SHello
// EXIST: Suppress
// ABSENT: String
// ABSENT: v