added test case for KT-1515
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package test.language
|
||||
|
||||
import junit.framework.TestCase
|
||||
import kotlin.test.*
|
||||
|
||||
import org.jetbrains.kotlin.support.*
|
||||
|
||||
class JavaClassTest : TestCase() {
|
||||
|
||||
fun testJavaClass() {
|
||||
// TODO this function fails!
|
||||
// see KT-1515
|
||||
// loadAsserter()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user