Kapt: add JVM IR expectations for some tests

All of these have a different order of declarations and/or extra
`@NotNull` annotations on fields, both of which doesn't seem like a
problem.

 #KT-49682
This commit is contained in:
Alexander Udalov
2021-12-09 00:39:05 +01:00
parent bcd221f714
commit f6d3bb5b1b
17 changed files with 352 additions and 15 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
data class User(val firstName: String, val secondName: String, val age: Int) {
fun procedure() {}
}