Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Private Sub foobar()
  2.  
  3. Dim foo() As foo = {New foo}
  4. For Each bar As bar In foo
  5.  
  6. Next
  7. End Sub
  8.  
  9. Private Class foo
  10.  
  11. End Class
  12.  
  13. Private Class bar
  14. Inherits foo
  15. End Class
Add Comment
Please, Sign In to add comment