mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
IDE testdata: s/trait/interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package foo
|
||||
|
||||
trait KotlinTrait {
|
||||
interface KotlinTrait {
|
||||
fun bar(price : String?)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user