Add kotlinp, a tool to print Kotlin metadata in class/module files

At the moment, it's not published anywhere, but that may change soon

 #KT-23198
This commit is contained in:
Alexander Udalov
2018-03-09 14:40:47 +01:00
parent e4062f6447
commit 4b284a4890
34 changed files with 1687 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// test/File.class
// ------------------------------------------
multi-file class {
// test/File__MultiFileClassKt
}
// test/File__MultiFileClassKt.class
// ------------------------------------------
package {
// facade: test/File
// field: x:I
public final const val x: kotlin/Int /* = ... */
public final get
}