Add line marker test for primary constructors #KT-20254 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
actual annotation class Ann actual constructor(
|
||||
actual val x: Int,
|
||||
actual val y: String
|
||||
)
|
||||
Reference in New Issue
Block a user