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,6 +1,12 @@
val v = 1
fun foo(inlineOptions(InlineOp<caret>) a: Int) { }
enum class class InlineOption {
A, B
}
annotation class inlineOptions(val x: InlineOption)
fun foo(@inlineOptions(InlineOp<caret>) a: Int) { }
// INVOCATION_COUNT: 1
// EXIST: InlineOption