mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Remove Object from supertypes in LoadJava testData
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
import org.jetbrains.annotations.*
|
||||
|
||||
public trait LoadIterableWithConflict<T> : java.lang.Object {
|
||||
public trait LoadIterableWithConflict<T> {
|
||||
[ReadOnly] [Mutable]
|
||||
public fun getIterable(): MutableIterable<T>?
|
||||
public fun setIterable([ReadOnly] [Mutable] p0: MutableIterable<T>?)
|
||||
|
||||
Reference in New Issue
Block a user