Skip to content

Instantly share code, notes, and snippets.

@HEskandari
Created January 14, 2016 09:13
Show Gist options
  • Save HEskandari/20bc05c8d96e70e0d0cc to your computer and use it in GitHub Desktop.
Save HEskandari/20bc05c8d96e70e0d0cc to your computer and use it in GitHub Desktop.
Kotlin Annotations
annotation class foo
foo class bar {
}
@HEskandari
Copy link
Author

Getting: Error:(7, 1) Kotlin: Expecting a top level declaration

Using IntelliJ 15 Community Edition and Kotlin plugin version 1.0.0-beta-4584-IJ143-12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment