Actually misspell the property name.

This commit is contained in:
Daniel Rosenwasser 2017-08-19 00:03:35 -07:00
parent 7cc6bfc985
commit 7739a1cea0

View file

@ -12,6 +12,6 @@ export let b: {
}
b = {
__foo: 100,
___foo: 100,
}