The code is available here: <https://github.com/c...
# announcements
m
The code is available here: https://github.com/corda/corda/blob/master/samples/raft-notary-demo/src/main/kotlin/net/corda/notarydemo/NotaryDemo.kt#L80 The declaring code is structured like this:
Copy code
object X {
    class Y {
        companion object {}
    }
}