Constructor (w/o body) (#74)
This commit is contained in:
committed by
Nikolay Igotti
parent
0e1ac89dbf
commit
5161155934
@@ -209,18 +209,23 @@ task run() {
|
||||
task sum (type:UnitKonanTest) {
|
||||
source = "codegen/function/sum.kt"
|
||||
}
|
||||
// FIXME (https://github.com/JetBrains/kotlin-native/pull/74)
|
||||
//task method_call(type: UnitKonanTest) {
|
||||
// source = "codegen/object/method_call.kt"
|
||||
//}
|
||||
|
||||
task method_call(type: UnitKonanTest) {
|
||||
source = "codegen/object/method_call.kt"
|
||||
}
|
||||
|
||||
task fields(type: UnitKonanTest) {
|
||||
source = "codegen/object/fields.kt"
|
||||
}
|
||||
|
||||
/*task objectInitialization(type: UnitKonanTest) {
|
||||
|
||||
task constructor(type: UnitKonanTest) {
|
||||
source = "codegen/object/constructor.kt"
|
||||
}
|
||||
|
||||
task objectInitialization(type: UnitKonanTest) {
|
||||
source = "codegen/object/initialization.kt"
|
||||
}*/
|
||||
}
|
||||
|
||||
/* task objectBasic(type: KonanTest) {
|
||||
source = "$codegen/klass/basic.kt"
|
||||
|
||||
Reference in New Issue
Block a user