Skip to content

Commit 54cf575

Browse files
committed
updated box tests
1 parent 909f8a2 commit 54cf575

File tree

1 file changed

+3
-3
lines changed
  • tests/compiler-plugin-tests/src/testData/box

1 file changed

+3
-3
lines changed

tests/compiler-plugin-tests/src/testData/box/fields.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import kotlinx.rpc.codegen.test.TestRpcClient
1111

1212
@Rpc
1313
interface BoxService : RemoteService {
14-
val plainFlow: Flow<String>
14+
<!FIELD_IN_RPC_SERVICE!>val plainFlow: Flow<String><!>
1515

16-
val sharedFlow: SharedFlow<String>
16+
<!FIELD_IN_RPC_SERVICE!>val sharedFlow: SharedFlow<String><!>
1717

18-
val stateFlow: StateFlow<String>
18+
<!FIELD_IN_RPC_SERVICE!>val stateFlow: StateFlow<String><!>
1919
}
2020

2121
fun box(): String = runBlocking {

0 commit comments

Comments
 (0)