]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/experimentation/TestTypeDesc.java
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / experimentation / TestTypeDesc.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/experimentation/TestTypeDesc.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/experimentation/TestTypeDesc.java
deleted file mode 100644 (file)
index 7153889..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-package org.simantics.scl.compiler.tests.experimentation;
-
-import org.cojen.classfile.TypeDesc;
-
-public class TestTypeDesc {
-    public static void main(String[] args) {
-        System.out.println(TypeDesc.forClass(String.class).getFullName());
-        System.out.println(TypeDesc.forClass(String.class).getDescriptor());
-        System.out.println(TypeDesc.forClass(String.class).getRootName());
-
-    }
-}