[FIR IDE] LC Fix test data

This commit is contained in:
Igor Yakovlev
2020-12-11 21:40:36 +03:00
parent f5d8ae0550
commit f282b721bc
29 changed files with 198 additions and 180 deletions
@@ -6,3 +6,5 @@ annotation class Anno(val x: String)
enum class AnnotatedParameterInEnumConstructor(@Anno("a") a: String, @Anno("b") b: String) {
A("1", "b")
}
// FIR_COMPARISON