Expect/actual markers: handle secondary constructors correctly
So #KT-20309 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
actual class SecondaryConstructor {
|
||||
actual constructor(name: String, surname: String) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user