working with import statements improved
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test;
|
||||
|
||||
import namespace.as.type.val.var.fun.is.in.object.when.trait.This;
|
||||
|
||||
class Test {}
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace test {
|
||||
import `namespace`.`as`.`type`.`val`.`var`.`fun`.`is`.`in`.`object`.`when`.`trait`.`This`
|
||||
open class Test() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package org.jetbrains.jet.j2k;
|
||||
|
||||
import org.jetbrains.annotations.*;
|
||||
|
||||
public class Converter {}
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace org.jetbrains.jet.j2k {
|
||||
import org.jetbrains.annotations.*
|
||||
public open class Converter() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package org.jetbrains.jet.j2k;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class Converter {}
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace org.jetbrains.jet.j2k {
|
||||
import org.jetbrains.annotations.NotNull
|
||||
public open class Converter() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user