2 " @Author: Thomas Link (micathom AT gmail com?subject=[vim])
3 " @Website: http://members.a1.net/t.link/
4 " @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
5 " @Created: 2007-05-18.
6 " @Last Change: 2007-09-11.
11 if &cp || exists("loaded_tlib_TestChild_autoload")
14 let loaded_tlib_TestChild_autoload = 1
17 let s:prototype = tlib#Test#New({'_class': ['TestChild']}) "{{{2
18 function! tlib#TestChild#New(...) "{{{3
19 let object = s:prototype.New(a:0 >= 1 ? a:1 : {})
24 function! s:prototype.Dummy() dict "{{{3
25 return 'TestChild.vim'