Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Create actual class for platform JS" "true"
|
||||
|
||||
header abstract class <caret>Abstract {
|
||||
expect abstract class <caret>Abstract {
|
||||
fun foo(param: String): Int
|
||||
|
||||
abstract fun String.bar(y: Double): Boolean
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// "Create actual class for platform JS" "true"
|
||||
|
||||
header abstract class Abstract {
|
||||
expect abstract class Abstract {
|
||||
fun foo(param: String): Int
|
||||
|
||||
abstract fun String.bar(y: Double): Boolean
|
||||
|
||||
Reference in New Issue
Block a user