[ObjCExport] Add failing member function signature order test
KT-66066
This commit is contained in:
committed by
Space Team
parent
e6705e9db2
commit
468efc77dd
+4
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
fun foo(b: String, a: String) = Unit
|
||||
fun foo(a: String, b: Int) = Unit
|
||||
}
|
||||
Reference in New Issue
Block a user