Diagnostics renamed

Signed-off-by: zhelenskiy <zhelenskiy2000@yandex.ru>
This commit is contained in:
zhelenskiy
2021-11-07 23:09:24 +03:00
committed by Ilmir Usmanov
parent 3f7bf51059
commit c1dc1f7e33
53 changed files with 357 additions and 355 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE")
@kotlin.jvm.JvmInline
value class Z(val x: Int) {
@Suppress("INNER_CLASS_INSIDE_INLINE_CLASS")
@Suppress("INNER_CLASS_INSIDE_VALUE_CLASS")
inner class Inner(val y: Int) {
val xx = x
}