Add quick fix for INLINE_CLASS_CONSTRUCTOR_NOT_FINAL_READ_ONLY_PARAMETER

#KT-34533 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-10-22 23:31:21 +09:00
committed by Yan Zhulanow
parent 9f192ba85e
commit 75e8849c94
13 changed files with 79 additions and 5 deletions
@@ -1,2 +1,3 @@
// IS_APPLICABLE: false
// DISABLE-ERRORS
expect inline class A(<caret>a: Int)
@@ -1,2 +0,0 @@
// DISABLE-ERRORS
expect inline class A(val a: Int)