Add line marker test for sealed classes #KT-20043 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// !CHECK_HIGHLIGHTING
|
||||
|
||||
actual sealed class Sealed {
|
||||
|
||||
actual object Sealed1 : Sealed()
|
||||
|
||||
actual class Sealed2 : Sealed() {
|
||||
actual val x = 42
|
||||
actual fun foo() = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user