Add 'value' modifier to modifier order
Otherwise, there will be unfixable 'non-canonical modifier order' warning #KT-46088 #KTIJ-5636 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
7525d9a1ce
commit
7b14975740
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect value class <caret>IC(val i: Int)
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect value class IC(val i: Int)
|
||||
@@ -0,0 +1 @@
|
||||
actual value class IC actual constructor(actual val i: Int)
|
||||
Reference in New Issue
Block a user