Workaround interop with iOS system frameworks

This commit is contained in:
Svyatoslav Scherbina
2017-08-17 10:48:14 +03:00
committed by SvyatoslavScherbina
parent 5f92568347
commit 2f30c15b45
@@ -750,6 +750,7 @@ class StubGenerator(
add("WRONG_MODIFIER_CONTAINING_DECLARATION") // For `final val` in interface.
add("PARAMETER_NAME_CHANGED_ON_OVERRIDE")
add("UNUSED_PARAMETER") // For constructors.
add("MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED") // Workaround for multiple-inherited properties.
}
}