Add quick fix for INLINE_CLASS_CONSTRUCTOR_NOT_FINAL_READ_ONLY_PARAMETER
#KT-34533 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
9f192ba85e
commit
75e8849c94
@@ -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)
|
||||
Reference in New Issue
Block a user