added test case for KT-1515

This commit is contained in:
James Strachan
2012-03-05 08:50:07 +00:00
parent b9fe45ed0c
commit ef828bcdcf
4 changed files with 43 additions and 1 deletions
+16
View File
@@ -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()
}
}