Build stubs for modifiers

This commit is contained in:
Alexey Tsvetkov
2015-10-17 00:22:50 +03:00
parent c459e78a7d
commit 5e90bafe18
19 changed files with 194 additions and 50 deletions
@@ -0,0 +1,11 @@
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package test
public final class Modifiers public constructor() {
public final var extVar: kotlin.Int /* compiled code */
public final external fun extFun(): kotlin.Unit { /* compiled code */ }
}