mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +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 LoadIterableWithNullability<T> : java.lang.Object {
|
||||
public trait LoadIterableWithNullability<T> {
|
||||
Mutable
|
||||
public fun getIterable(): MutableIterable<T>
|
||||
public fun setIterable([Mutable] p0: MutableIterable<T>)
|
||||
|
||||
Reference in New Issue
Block a user