6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: abstract type ... end
|
|
# key: atype
|
|
# contributor: hankail05
|
|
# --
|
|
abstract type ${1:${2:type} <: ${3:supertype}} end$0 |