Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 4, 2023
1 parent 6f80226 commit 61c8a82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions string/demo/demo.view.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace $.$$ {
export class $mol_string_demo extends $.$mol_string_demo {

broken( next?: string ) {
return $mol_fail( new Error( 'Demo error' ) )
}

}
}

0 comments on commit 61c8a82

Please sign in to comment.