1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

add test for enum declaration with modifier

This commit is contained in:
Ayman Nadeem 2018-06-06 11:09:15 -07:00
parent cf63da3cbf
commit e2f6b1eff1

View File

@ -0,0 +1,3 @@
public enum DisposableHelper {
}