init research
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import org.jetbrains.kotlinx.dataframe.*
|
||||
import org.jetbrains.kotlinx.dataframe.annotations.*
|
||||
import org.jetbrains.kotlinx.dataframe.api.*
|
||||
import org.jetbrains.kotlinx.dataframe.io.*
|
||||
|
||||
interface MySchema {
|
||||
val a: String
|
||||
}
|
||||
fun box(): String {
|
||||
val df = DataFrame.Empty
|
||||
<!CAST_TARGET_WARNING!>df.cast<MySchema>()<!>
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user