Files
tree-sitter-jhcl/fuzz/corpus/5daaa57c5043ac0ca288ca822e478caba7b8f5fb

15 lines
296 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "test_object" "A" {}
resource "test_object" "B" {
test_string = "${test_object.A.test_string}"
}
resource "test_object" "C" {
ct" "B" {
test_string = "${test_object.A.test_string}"
}
resource "test_object" "C" {
test_string = "${test_string = "${test_object.B.test_string}"
}