Skip to content

Commit ac93e6b

Browse files
committed
doc
1 parent 7c2813c commit ac93e6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/src/classes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ fn integrate_bar_extends_foo(module: &mut Module, foo_class: StateClass<Foo>) {
231231
module.add_class(cls);
232232
}
233233

234+
// test co-dependent classes, ie `A::createB()` and `B::createA()`
234235
fn integrate_dependent_classes(module: &mut Module) {
235236
const A_CLS: &str = r"IntegrationTest\Dependency\A";
236237
const B_CLS: &str = r"IntegrationTest\Dependency\B";

0 commit comments

Comments
 (0)