Respect explicit api mode state when generating actual declarations
#KT-44067 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// foo: to be implemented
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// foo: to be implemented
|
||||
public actual fun foo(arg: Int): String {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user