If you read that line carefully, it says - @ReadOnlyComposable functions can only call other composable functions that are annotated with @ReadOnlyComposable. But, any composable can call composable function annotated with @ReadOnlyComposable. So if you try to call Test from testMessage` then that won't be possible
