Remove as31 bunch files

This commit is contained in:
Vyacheslav Gerasimov
2019-01-14 15:35:35 +03:00
parent 818910267e
commit 13d87e8eae
333 changed files with 0 additions and 9837 deletions
@@ -1,5 +0,0 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}
@@ -1,9 +0,0 @@
// "class org.jetbrains.kotlin.idea.quickfix.AddArrayOfTypeFix" "false"
// ACTION: Create test
// ACTION: Do not show hints for current method
// ACTION: Make internal
// ACTION: Make private
// ACTION: To raw string literal
// ACTION: Do not show hints for current method
@ArrAnn(<caret>"123") class My
@@ -1,7 +0,0 @@
// "Suppress for declarations annotated by 'xxx.XXX'" "true"
package xxx
annotation class XXX
@XXX
class <caret>UnusedClass
@@ -1,7 +0,0 @@
// "Suppress for declarations annotated by 'xxx.XXX'" "true"
package xxx
annotation class XXX
@XXX
class <caret>UnusedClass