File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
jbmc/regression/jbmc/parameter-annotation-not-null Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ abstract class MainKotlin (val scope : String , val kind : String ) {
2
+ }
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments