Add comment to auto-generated interop stubs

This commit is contained in:
Svyatoslav Scherbina
2018-02-19 17:34:50 +03:00
committed by SvyatoslavScherbina
parent b8c36098b3
commit 05da6481d9
@@ -894,6 +894,9 @@ class StubGenerator(
out("")
out("// NOTE THIS FILE IS AUTO-GENERATED")
out("")
val context = object : StubGenerationContext {
val topLevelDeclarationLines = mutableListOf<String>()
@@ -942,6 +945,9 @@ class StubGenerator(
}
out("")
out("// NOTE THIS FILE IS AUTO-GENERATED")
out("")
bridges.nativeLines.forEach {
out(it)
}