mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
Support parameter annotations. Fix class path and test data
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package test
|
||||
|
||||
import org.jetbrains.annotations.*
|
||||
|
||||
public trait LoadIterableWithConflict<T> : java.lang.Object {
|
||||
[ReadOnly] [Mutable]
|
||||
public fun getIterable(): MutableIterable<T>?
|
||||
public fun setIterable(p0: MutableIterable<T>?)
|
||||
public fun setIterable([ReadOnly] [Mutable] p0: MutableIterable<T>?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user