You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package demo
constHello1, hello2=1, 2// This is validconstHello3, Hello4=3, 4// exported const Hello4 should have its own declarationvarHello5, hello6int// This is validvarHello7, Hello8int// exported var Hello8 should have its own declaration