working with package statement improved
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.jetbrains.jet.j2k.in;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public class Converter {}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace org.jetbrains.jet.j2k.`in` {
|
||||
import org.jetbrains.annotations.NotNull
|
||||
import org.jetbrains.annotations.Nullable
|
||||
public open class Converter() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user