Sign in
dart
/
native
/
refs/heads/improveErrorMessage
/
.
/
pkgs
/
swift2objc
/
test
/
integration
/
async_init_input.swift
blob: f20dcddd0858250d4d8930a93f9165606327bc22 [
file
] [
log
] [
blame
] [
edit
]
import
Foundation
public
class
MyClass
{
public
init
()
{}
public
init
?(
label1 name1
:
Int
,
_ name2
:
Int
)
async
{}
public
init
(
arg
:
Int
)
async
{}
public
init
(
arg1
:
Int
,
arg2
:
Int
)
async
throws
{}
}