Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlinWithStdlib
/
mutability
/
LoadIterableWithConflict.kt
blob: 97eb5a6185472c0495a5134a1ba656031e868fcb [
file
]
// JVM_ANNOTATIONS
package
test
import
kotlin
.
annotations
.
jvm
.*
public
interface
LoadIterableWithConflict
<
T
>
{
@ReadOnly
@Mutable
public
fun getIterable
():
MutableIterable
<
T
>?
public
fun setIterable
(
@ReadOnly
@Mutable
p0
:
MutableIterable
<
T
>?)
}