8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: constructor
|
||
|
# key: __init__
|
||
|
# uuid: __init__
|
||
|
# --
|
||
|
public ${1:`(f-base buffer-file-name)`}($2) {
|
||
|
$0
|
||
|
}
|