Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
defaultImplsInInterface.kt
blob: edca0af973c16a49f364fb2474a841e86beb9e17 [
file
]
// JVM_DEFAULT: no-compatibility
package
a
interface
DefaultImplsInInterface
{
val isVisible
:
Boolean
val isPersistent
:
Boolean
suspend fun show
(
mutatePriority
:
Int
)
fun dismiss
()
fun onDispose
()
}