We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba396a3 commit 55fe96dCopy full SHA for 55fe96d
tests/compiler-plugin-tests/src/testData/diagnostics/rpcChecked.fir.txt
@@ -61,6 +61,12 @@ FILE: rpcChecked.kt
61
62
}
63
@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
70
71
@R|Grpc|() public final class WrongGrpcTarget : R|kotlin/Any| {
72
public constructor(): R|WrongGrpcTarget| {
0 commit comments