[interop] exludeFunctions should filter out the gloabls list too

This commit is contained in:
Vasily Levchenko
2017-10-16 07:00:12 +03:00
committed by Vasily Levchenko
parent d470df57c0
commit d405a87512
@@ -804,7 +804,7 @@ class StubGenerator(
}
}
nativeIndex.globals.forEach {
nativeIndex.globals.filter { it.name !in excludedFunctions }.forEach {
try {
stubs.add(
GlobalVariableStub(it, this)