aboutsummaryrefslogtreecommitdiff
path: root/src/testA/kotlin/pkg/Kt.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/testA/kotlin/pkg/Kt.kt')
-rw-r--r--src/testA/kotlin/pkg/Kt.kt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testA/kotlin/pkg/Kt.kt b/src/testA/kotlin/pkg/Kt.kt
new file mode 100644
index 0000000..9c42707
--- /dev/null
+++ b/src/testA/kotlin/pkg/Kt.kt
@@ -0,0 +1,12 @@
+package pkg
+
+import a.pkg.A
+
+class Kt : A() {
+ override fun getSyntheticA(): A {
+ return this
+ }
+
+ override fun setSyntheticA(arg: A) {
+ }
+} \ No newline at end of file