Merge pull request #191 from JetBrains/binaryOp-fix

This commit is contained in:
ilmat192
2017-01-23 14:08:12 +03:00
committed by GitHub
7 changed files with 99 additions and 27 deletions
@@ -1,9 +1,9 @@
// IGNORE_BACKEND: JS
// reason - multifile tests are not supported in JS tests
// IGNORE_BACKEND: NATIVE
// reason - no java interop. Consider testing by another way
// reason - no java interop.
//FILE: Holder.kt
//FILE: Holder.java
class Holder {
public Double value;
@@ -1,5 +1,8 @@
// IGNORE_BACKEND: JS
// reason - multifile tests are not supported in JS tests
// IGNORE_BACKEND: NATIVE
// reason - no java interop.
//FILE: JavaClass.java
class JavaClass {