Add language feature for extended main convention
- suspend - parameterless #KT-17679 Fixed #KT-26574 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@kotlin.Metadata
|
||||
synthetic final class SuspendMainKt$$$main {
|
||||
private final field args: java.lang.String[]
|
||||
synthetic method <init>(p0: java.lang.String[]): void
|
||||
public synthetic final method invoke(p0: java.lang.Object): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SuspendMainKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method main(@org.jetbrains.annotations.NotNull p0: java.lang.String[], @org.jetbrains.annotations.NotNull p1: kotlin.coroutines.Continuation): java.lang.Object
|
||||
public synthetic static method main(p0: java.lang.String[]): void
|
||||
}
|
||||
Reference in New Issue
Block a user