Skip to content

Commit

Permalink
[interop] exludeFunctions should filter out the gloabls list too
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlevchenko committed Oct 20, 2017
1 parent d470df5 commit d405a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ class StubGenerator(
}
}

nativeIndex.globals.forEach {
nativeIndex.globals.filter { it.name !in excludedFunctions }.forEach {
try {
stubs.add(
GlobalVariableStub(it, this)
Expand Down

0 comments on commit d405a87

Please sign in to comment.