mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
Migration: header->expect & impl->actual in IDEA test data
This commit is contained in:
@@ -5,4 +5,4 @@ interface I {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
header class <caret>Bar : I
|
||||
expect class <caret>Bar : I
|
||||
@@ -5,6 +5,6 @@ interface I {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
header class <caret>Bar : I {
|
||||
expect class <caret>Bar : I {
|
||||
override fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user