Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function func3(){
  2.  
  3.  
  4. }
  5.  
  6. function func4(){
  7. func3()
  8. }
  9.  
  10. export class classA implements ImyInterface{
  11. public func1(): void { func4()}
  12. public func2(): void ()
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement