Add line marker test for primary constructors #KT-20254 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
expect class NoConstructor2 {
|
||||
fun extraFun()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
actual class <lineMarker>NoConstructor2</lineMarker>(name: String) {
|
||||
val myName = name
|
||||
actual fun <lineMarker>extraFun</lineMarker>() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user