mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Hierarchy of specially wrapped suspend function may have inconsistent overridden descriptors: some of them may be wrapped, some unwrapped. To mitigate this problem, currently it's proposed to render only unwrapped functions, which are always have stable overridden descriptors #KT-23809 Fixed
45 lines
1.4 KiB
JSON
Vendored
45 lines
1.4 KiB
JSON
Vendored
[
|
|
{
|
|
"declaration": "final class B : A defined in root package",
|
|
"visibility": "public",
|
|
"class": "B",
|
|
"members": [
|
|
{"visibility": "public", "declaration": "open suspend fun foo(): kotlin.Boolean", "name": "foo", "desc": "(Lkotlin/coroutines/experimental/Continuation;)Ljava/lang/Object;"},
|
|
{"visibility": "public", "declaration": "constructor B()", "name": "<init>", "desc": "()V"}
|
|
]
|
|
},
|
|
{
|
|
"declaration": "final class D : C, A defined in root package",
|
|
"visibility": "public",
|
|
"class": "D",
|
|
"members": [
|
|
{"visibility": "public", "declaration": "constructor D()", "name": "<init>", "desc": "()V"}
|
|
]
|
|
},
|
|
{
|
|
"declaration": "interface A defined in root package",
|
|
"visibility": "public",
|
|
"class": "A$DefaultImpls",
|
|
"members": [
|
|
|
|
]
|
|
},
|
|
{
|
|
"declaration": "interface A defined in root package",
|
|
"visibility": "public",
|
|
"class": "A",
|
|
"members": [
|
|
{"visibility": "public", "declaration": "abstract suspend fun foo(): kotlin.Boolean", "name": "foo", "desc": "(Lkotlin/coroutines/experimental/Continuation;)Ljava/lang/Object;"}
|
|
]
|
|
},
|
|
{
|
|
"declaration": "open class C defined in root package",
|
|
"visibility": "public",
|
|
"class": "C",
|
|
"members": [
|
|
{"visibility": "public", "declaration": "final suspend fun foo(): kotlin.Boolean", "name": "foo", "desc": "(Lkotlin/coroutines/experimental/Continuation;)Ljava/lang/Object;"},
|
|
{"visibility": "public", "declaration": "constructor C()", "name": "<init>", "desc": "()V"}
|
|
]
|
|
}
|
|
]
|