Test for KT-2472.

This commit is contained in:
Pavel V. Talanov
2012-07-20 15:43:31 +04:00
parent b51306391f
commit d262d06f2d
4 changed files with 122 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace test
public open class test.JFrame : awt.Frame {
public final /*constructor*/ fun <init>(): test.JFrame
protected final var accessibleContext: jet.String?
}