Skip to content

Commit 8df4a6b

Browse files
author
svorenova
committed
Add regression test for Kotlin
1 parent bffa37f commit 8df4a6b

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
abstract class MainKotlin(val scope: String, val kind: String) {
2+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CORE
2+
MainKotlin.class
3+
--function "MainKotlin.<init>" --show-properties
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
Property java::MainKotlin.<init>:\(Ljava/lang/String;Ljava/lang/String;\)V.not-null-annotation-check.1:
7+
Property java::MainKotlin.<init>:\(Ljava/lang/String;Ljava/lang/String;\)V.not-null-annotation-check.2:
8+
file MainKotlin.kt line 1 function java::MainKotlin.<init>:\(Ljava/lang/String;Ljava/lang/String;\)V$
9+
--
10+
--
11+
Test that the not-null-annotation-check property name is correctly prefixed with
12+
the method name and has line number assigned

0 commit comments

Comments
 (0)