Skip to content

Commit 55fe96d

Browse files
committed
fix test
1 parent ba396a3 commit 55fe96d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/compiler-plugin-tests/src/testData/diagnostics/rpcChecked.fir.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ FILE: rpcChecked.kt
6161

6262
}
6363
@R|Grpc|() public abstract interface MyGrpcService : R|kotlin/Any| {
64+
public final class $rpcServiceStub : R|kotlin/Any| {
65+
public final companion object Companion : R|kotlin/Any| {
66+
}
67+
68+
}
69+
6470
}
6571
@R|Grpc|() public final class WrongGrpcTarget : R|kotlin/Any| {
6672
public constructor(): R|WrongGrpcTarget| {

0 commit comments

Comments
 (0)