Android test fix

This commit is contained in:
Mikhael Bogdanov
2017-01-18 10:22:53 +01:00
parent 37b364a70a
commit 9b1c258cdf
@@ -244,6 +244,11 @@ public class CodegenTestsOnAndroidGenerator extends KtUsefulTestCase {
continue;
}
//TODO: support LANGUAGE_VERSION
if (InTextDirectivesUtils.isDirectiveDefined(fullFileText, "LANGUAGE_VERSION:")) {
continue;
}
//TODO: support multifile facades
//TODO: support multifile facades hierarchies
if (hasBoxMethod(fullFileText)) {