1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/cli/diff-unsupported-language.json

10 lines
170 B
JSON
Raw Normal View History

{
"blobs": [{
"after": {
"path": "test.kt",
"content": "fun main(args: Array<String>) {\nprintln(\"hi\")\n}\n",
"language": "Kotlin"
}
}]
}